home *** CD-ROM | disk | FTP | other *** search
- object fConfirm: TfConfirm
- Left = 433
- Top = 219
- ActiveControl = Edit2
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Confirmation'
- ClientHeight = 110
- ClientWidth = 197
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Label21: TLabel
- Left = 5
- Top = 42
- Width = 63
- Height = 16
- Caption = '&Password:'
- FocusControl = Edit2
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label19: TLabel
- Left = 6
- Top = 8
- Width = 183
- Height = 13
- AutoSize = False
- Caption = 'Please confirm your Password.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Edit2: TEdit
- Left = 78
- Top = 38
- Width = 105
- Height = 21
- MaxLength = 16
- PasswordChar = '*'
- TabOrder = 0
- end
- object Button1: TButton
- Left = 61
- Top = 76
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- end
-